home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 8 / developer source - volume 8.iso / orinf / jun96 / feuef101.gif next >
Graphics Interchange Format  |  1996-11-16  |  26.2 KB  |  373x237  |  8-bit (211 colors)
   ocr: Procedure A named PL/SQL block that performs one or more actions and is called as an executable PL/SQL statement. You can pass nformation into and out of a procedure through its parameter list. Function AI named PL/SQL block that retums a single value and is used just like a PL/SQL expression. You can pass information into a unction through its parameter list. Anonymous An unnamed PL/SQL block that performs one or more actions. Block An anonymous block gives the developer control over scope of identifiers and exception handling. Package A named collection of procedures, iunctions, types, and v ...